﻿.profile {
    font-size: 14px;
    font-family:Tahoma;
    text-align: left;
    color: #6c6c6c;
    height: auto;
    line-height: 20px;
}

.profile a {
    color: #6c6c6c;
    text-decoration:underline;
}

    .profile a:hover {
        color: #1191c2;
    }

    h1{
        font-size:22px;
        margin-top:0px;

    }


.associatecard {
    background: -webkit-linear-gradient(#edeff0, #dddfdf,#edeff0);
    background: -moz-linear-gradient(#edeff0, #dddfdf,#edeff0);
    background: linear-gradient(#edeff0, #dddfdf,#edeff0);
    border: none;
    color: #6c6c6c;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    border-radius: 7px;
    border: 1px solid #b9b7b7;
    width:150px;
}

.contactform {
    background: -webkit-linear-gradient(#edeff0, #dddfdf,#edeff0);
    background: -moz-linear-gradient(#edeff0, #dddfdf,#edeff0);
    background: linear-gradient(#edeff0, #dddfdf,#edeff0);
    border: none;
    color: #6c6c6c;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    border-radius: 7px;
    border: 1px solid #b9b7b7;
    width:380px;
    height:310px;
}


.contactexplain {
    width: 287px;
    float: right;
    padding-left: 10px;
    margin-top: 20px;
    float: right;
}

.links {
    font-size: 13px;
    line-height: 18px;
    color: #6c6c6c;
}
    .links a {
        color: #6c6c6c;
        text-decoration: underline;
    }

    .links a:hover {
        color: #1191c2;
    }